autogen.sh: fix typo
authorGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 12 Jun 2015 07:43:34 +0000 (09:43 +0200)
committerGiuseppe Scrivano <gscrivan@redhat.com>
Fri, 12 Jun 2015 07:44:12 +0000 (09:44 +0200)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
autogen.sh

index b8460d62219358350be60934ad08248e12875ebd..a2bba1372e733a30bd7faa616c0f5fdde8f4e299 100755 (executable)
@@ -8,7 +8,7 @@ cd $srcdir
 
 AUTORECONF=`which autoreconf`
 if test -z $AUTORECONF; then
-        echo "*** No autoreconf found, please intall it ***"
+        echo "*** No autoreconf found, please install it ***"
         exit 1
 fi